Welcome
Guest
, you are in:
<root>
•
Login
devio dbscript ScrewTurn Wiki
Navigation
¶
Main Page
Random Page
Create a new Page
All Pages
Categories
Navigation Paths
Administration
File Management
Create Account
Search the wiki
»
Discuss (0)
View Page Code
History
Production ProductCostHistory (table)
Print
RSS
Modified on 2011/08/27 11:18
by
wikibot
Categorized as
Uncategorized
dbo ufnGetProductStandardCost (function)
Production (schema)
Production Product (table)
dbo ufnGetProductStandardCost (function)
Production (schema)
Production Product (table)
»
Production ProductCostHistory (table)
[X]
»
Production ProductCostHistory (table)
wikibot
¶
Table
Production.ProductCostHistory
Description
Changes in the cost of a product over time.
Columns
¶
Column
Data Type
Nullable
Default
Description
ProductID
int
not null
Product identification number. Foreign key to Product.ProductID
StartDate
datetime
not null
Product cost start date.
EndDate
datetime
null
Product cost end date.
StandardCost
money
not null
Standard cost of the product.
ModifiedDate
datetime
not null
(getdate())
Date and time the record was last updated.
Primary Key
¶
Primary Key
Columns
PK_ProductCostHistory_ProductID_StartDate
ProductID, StartDate
Check Constraints
¶
Check Constraint
Expression
Description
CK_ProductCostHistory_EndDate
(
EndDate
>=
StartDate
OR
EndDate
IS NULL)
Check constraint
EndDate
>=
StartDate
OR
EndDate
IS NULL
CK_ProductCostHistory_StandardCost
(
StandardCost
>=(0.00))
Check constraint
StandardCost
>= (0.00)
Foreign Keys
¶
Relation
Column
Referenced Column
Production.Product
ProductID
ProductID
References
¶
Dependency Type
Object Type
Referenced Object
Schema
Schema
Production
Dependencies
¶
Reference Type
Object Type
Referencing Object
Select
Function
dbo.ufnGetProductStandardCost
ScrewTurn Wiki
version 3.0.1.400. Some of the icons created by
FamFamFam
.